home *** CD-ROM | disk | FTP | other *** search
- object ConfirmMappingsForm: TConfirmMappingsForm
- Left = 555
- Top = 334
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsDialog
- Caption = 'DriveMapper'
- ClientHeight = 261
- ClientWidth = 413
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- Scaled = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 14
- object Label1: TLabel
- Left = 16
- Top = 8
- Width = 97
- Height = 19
- Caption = 'DriveMapper'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Label4: TLabel
- Left = 16
- Top = 100
- Width = 141
- Height = 14
- Caption = '&Recommended changes:'
- Transparent = True
- end
- object Label2: TLabel
- Left = 16
- Top = 46
- Width = 361
- Height = 53
- AutoSize = False
- Caption =
- 'For each change listed below, DriveMapper will search all drives' +
- ' and update all references. Click OK to continue or Cancel to m' +
- 'ake changes manually inside DriveMapper.'
- Transparent = True
- WordWrap = True
- end
- object m_OK: TButton
- Left = 228
- Top = 227
- Width = 81
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 1
- end
- object m_Cancel: TButton
- Left = 316
- Top = 227
- Width = 81
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object pnlList: TPanel
- Left = 16
- Top = 118
- Width = 382
- Height = 92
- BevelOuter = bvNone
- TabOrder = 0
- object m_UpdateList: TListView
- Left = 0
- Top = 0
- Width = 382
- Height = 92
- Align = alClient
- Columns = <
- item
- Width = 340
- end>
- ReadOnly = True
- RowSelect = True
- ShowColumnHeaders = False
- TabOrder = 0
- ViewStyle = vsReport
- end
- end
- end
-